Only publish for master & set docs urls
authorFelix Krull <f_krull@gmx.de>
Tue, 16 Oct 2018 19:05:34 +0000 (21:05 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
rust-bindings/rust/libostree-sys/Cargo.toml
rust-bindings/rust/libostree/Cargo.toml

index 5fa821085c9995729db59dd8c01fd2e24664a0cd..24c2d4efea44cce7ab08d940cf6490217c1eb53b 100644 (file)
@@ -59,8 +59,8 @@ pages:
   artifacts:
     paths:
     - public
-  #only:
-  #- master
+  only:
+  - master
 
 # publish
 publish_libostree-sys:
index 38e34217974e3ac44213e733bde0a38a53e33661..304c7b007d6fa2dc3c852849edff4e84425696c2 100644 (file)
@@ -43,6 +43,7 @@ authors = ["Felix Krull <f_krull@gmx.de>"]
 build = "build.rs"
 categories = ["external-ffi-bindings"]
 description = "FFI bindings to libostree-1"
+documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys"
 keywords = ["ffi", "ostree", "libostree"]
 license = "MIT"
 links = "ostree"
index d70b0b792efce8a9ded045968f5ec9cdd6f6d7ac..5e02e58d21a460b6701823bb03db3c89747c9028 100644 (file)
@@ -2,6 +2,8 @@
 name = "libostree"
 version = "0.1.0"
 
+documentation = "https://fkrull.gitlab.io/rust-libostree/libostree"
+
 [lib]
 name = "libostree"